projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
923a245
)
Require pango 1.44.4
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 21 Mar 2020 04:39:17 +0000
(
00:39
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 21 Mar 2020 04:39:17 +0000
(
00:39
-0400)
This lets use use the insert-hyphen attribute
unconditionally.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index a16b1074dc2a09d3cf6ec7d8573e48ff3392f31b..ad4cdd9a64951ddf8d591623d85be5b83f5edfbf 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-27,7
+27,7
@@
else
endif
glib_req = '>= @0@.@1@.@2@'.format(glib_major_req, glib_minor_req, glib_micro_req)
-pango_req = '>= 1.44.
0
'
+pango_req = '>= 1.44.
4
'
fribidi_req = '>= 0.19.7'
atk_req = '>= 2.15.1'
cairo_req = '>= 1.14.0'